home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / frame_129 / PlaceObject2_1004_53 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-05-08  |  121b  |  5 lines

  1. onClipEvent(enterFrame){
  2.    this._x += (_root._xmouse - this._x) / 4;
  3.    this._y += (_root._ymouse - this._y) / 4;
  4. }
  5.